Integrate circuit breaker checks and enhance event processing#69
Open
Achievers-sketch wants to merge 9 commits into
Open
Integrate circuit breaker checks and enhance event processing#69Achievers-sketch wants to merge 9 commits into
Achievers-sketch wants to merge 9 commits into
Conversation
…ize event processing in event propagator
Contributor
|
please resolve conflicts and it will be ready for merge |
- Added maxEventsPerCycle parameter to EventPropagator to control the number of events processed per cycle. - Updated handleQueuedEvents and recoverPendingEvents methods to respect the maxEventsPerCycle limit. - Introduced tests for EventPropagator to ensure correct behavior with event batching. feat: implement role-based access control in circuit breaker and governance - Added access module for role management including ADMIN, OP, AUD, and PAUSE_GUARD roles. - Updated trip and reset functions in circuit breaker to enforce role checks. - Enhanced governance proposal and approval functions to allow operators and admins to act as signers. ci: add continuous integration workflow for testing - Created GitHub Actions workflow to run tests for both engine-bridge (Node.js) and engine-core (Rust). - Configured steps for checking out code, setting up Node.js and Rust environments, and running tests. test: add unit tests for EventPropagator event batching - Implemented tests for EventPropagator to verify that it respects the maxEventsPerCycle during recovery. - Ensured proper cleanup of test artifacts after running tests.
Contributor
|
Create a new branch please dont push to main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integrate circuit breaker checks and enhance event processing to improve system reliability, fault handling, and operational visibility.